ISessionsToDisplay

Types

Properties

Link copied to clipboard
abstract val audioSessionsCount: Int

Get the number of sessions to display

Link copied to clipboard
abstract val sessionsToDisplay: Array<ISession>

Get an array containing all PBX call that needs to be displayed

Functions

Link copied to clipboard
abstract fun getAudioSessionByCallReference(callReference: String?): ISession?

Get the session associated with the given callReference

Link copied to clipboard
abstract fun getFirstAudioSessionByState(state: MediaState): ISession?

Get the first session matching the given state

Link copied to clipboard

Register a listener on the sessions to display

Link copied to clipboard

Unregister the listener on the sessions to display